@@ -333,59 +333,59 @@ task packageTarDistribution(type: Tar) {
333
333
}
334
334
335
335
extraJavaModuleInfo {
336
- module(' tornadofx-controls-1.0.4.jar ' , ' tornadofx.controls' , ' 1.0.4 ' ) {
336
+ module(' no.tornado: tornadofx-controls' , ' tornadofx.controls' ) {
337
337
exports(' tornadofx.control' )
338
338
requires(' javafx.controls' )
339
339
}
340
- module(' simple-json-rpc-core-1.3.jar ' , ' simple.json.rpc.core' , ' 1.3 ' ) {
340
+ module(' com.github.arteam: simple-json-rpc-core' , ' simple.json.rpc.core' ) {
341
341
exports(' com.github.arteam.simplejsonrpc.core.annotation' )
342
342
exports(' com.github.arteam.simplejsonrpc.core.domain' )
343
343
requires(' com.fasterxml.jackson.core' )
344
344
requires(' com.fasterxml.jackson.annotation' )
345
345
requires(' com.fasterxml.jackson.databind' )
346
346
requires(' org.jetbrains.annotations' )
347
347
}
348
- module(' simple-json-rpc-client-1.3.jar ' , ' simple.json.rpc.client' , ' 1.3 ' ) {
348
+ module(' com.github.arteam: simple-json-rpc-client' , ' simple.json.rpc.client' ) {
349
349
exports(' com.github.arteam.simplejsonrpc.client' )
350
350
exports(' com.github.arteam.simplejsonrpc.client.builder' )
351
351
exports(' com.github.arteam.simplejsonrpc.client.exception' )
352
352
requires(' com.fasterxml.jackson.core' )
353
353
requires(' com.fasterxml.jackson.databind' )
354
354
requires(' simple.json.rpc.core' )
355
355
}
356
- module(' simple-json-rpc-server-1.3.jar ' , ' simple.json.rpc.server' , ' 1.3 ' ) {
356
+ module(' com.github.arteam: simple-json-rpc-server' , ' simple.json.rpc.server' ) {
357
357
exports(' com.github.arteam.simplejsonrpc.server' )
358
358
requires(' simple.json.rpc.core' )
359
359
requires(' com.google.common' )
360
360
requires(' org.slf4j' )
361
361
requires(' com.fasterxml.jackson.databind' )
362
362
}
363
- module(" bridj${ targetName} -0.7-20140918-3.jar " , ' com.nativelibs4java.bridj' , ' 0.7-20140918-3 ' ) {
363
+ module(" com.nativelibs4java: bridj${ targetName} " , ' com.nativelibs4java.bridj' ) {
364
364
exports(' org.bridj' )
365
365
exports(' org.bridj.cpp' )
366
366
requires(' java.logging' )
367
367
}
368
- module(" webcam-capture${ targetName} -0.3.13-SNAPSHOT.jar " , ' com.github.sarxos.webcam.capture' , ' 0.3.13-SNAPSHOT ' ) {
368
+ module(" com.github.sarxos: webcam-capture${ targetName} " , ' com.github.sarxos.webcam.capture' ) {
369
369
exports(' com.github.sarxos.webcam' )
370
370
exports(' com.github.sarxos.webcam.ds.buildin' )
371
371
exports(' com.github.sarxos.webcam.ds.buildin.natives' )
372
372
requires(' java.desktop' )
373
373
requires(' com.nativelibs4java.bridj' )
374
374
requires(' org.slf4j' )
375
375
}
376
- module(' centerdevice-nsmenufx-2.1.7.jar ' , ' centerdevice.nsmenufx' , ' 2.1.7 ' ) {
376
+ module(' de.codecentric. centerdevice:centerdevice -nsmenufx' , ' centerdevice.nsmenufx' ) {
377
377
exports(' de.codecentric.centerdevice' )
378
378
requires(' javafx.base' )
379
379
requires(' javafx.controls' )
380
380
requires(' javafx.graphics' )
381
381
}
382
- module(' javacsv-2.0.jar ' , ' net.sourceforge.javacsv' , ' 2.0 ' ) {
382
+ module(' net.sourceforge.javacsv:javacsv ' , ' net.sourceforge.javacsv' ) {
383
383
exports(' com.csvreader' )
384
384
}
385
- module(' listenablefuture-9999.0- empty-to-avoid-conflict-with-guava.jar ' , ' com.google.guava.listenablefuture' , ' 9999.0-empty-to-avoid-conflict-with-guava ' )
386
- module(' jsr305-3.0.2.jar ' , ' com.google.code.findbugs.jsr305' , ' 3.0.2 ' )
385
+ module(' com.google.guava:listenablefuture| empty-to-avoid-conflict-with-guava' , ' com.google.guava.listenablefuture' )
386
+ module(' com.google.code.findbugs:jsr305 ' , ' com.google.code.findbugs.jsr305' )
387
387
module(' j2objc-annotations-2.8.jar' , ' com.google.j2objc.j2objc.annotations' , ' 2.8' )
388
- module(' jdbi3-core-3.20.0.jar ' , ' org.jdbi.v3.core' , ' 3.20.0 ' ) {
388
+ module(' org.jdbi: jdbi3-core' , ' org.jdbi.v3.core' ) {
389
389
exports(' org.jdbi.v3.core' )
390
390
exports(' org.jdbi.v3.core.mapper' )
391
391
exports(' org.jdbi.v3.core.statement' )
@@ -397,10 +397,10 @@ extraJavaModuleInfo {
397
397
requires(' org.slf4j' )
398
398
requires(' com.github.benmanes.caffeine' )
399
399
}
400
- module(' geantyref-1.3.11.jar ' , ' io.leangen.geantyref' , ' 1.3.11 ' ) {
400
+ module(' io.leangen.geantyref:geantyref ' , ' io.leangen.geantyref ' ) {
401
401
exports(' io.leangen.geantyref' )
402
402
}
403
- module(' richtextfx-0.10.4.jar ' , ' org.fxmisc.richtext' , ' 0.10.4 ' ) {
403
+ module(' org.fxmisc.richtext:richtextfx ' , ' org.fxmisc.richtext ' ) {
404
404
exports(' org.fxmisc.richtext' )
405
405
exports(' org.fxmisc.richtext.event' )
406
406
exports(' org.fxmisc.richtext.model' )
@@ -412,20 +412,20 @@ extraJavaModuleInfo {
412
412
requires(' org.fxmisc.undo.undofx' )
413
413
requires(' org.fxmisc.wellbehaved' )
414
414
}
415
- module(' undofx-2.1.0.jar ' , ' org.fxmisc.undo.undofx' , ' 2.1.0 ' ) {
415
+ module(' org.fxmisc.undo:undofx ' , ' org.fxmisc.undo.undofx' ) {
416
416
requires(' javafx.base' )
417
417
requires(' javafx.controls' )
418
418
requires(' javafx.graphics' )
419
419
requires(' org.reactfx.reactfx' )
420
420
}
421
- module(' flowless-0.6.1.jar ' , ' org.fxmisc.flowless' , ' 0.6.1 ' ) {
421
+ module(' org.fxmisc.flowless:flowless ' , ' org.fxmisc.flowless ' ) {
422
422
exports(' org.fxmisc.flowless' )
423
423
requires(' javafx.base' )
424
424
requires(' javafx.controls' )
425
425
requires(' javafx.graphics' )
426
426
requires(' org.reactfx.reactfx' )
427
427
}
428
- module(' reactfx-2.0-M5.jar ' , ' org.reactfx.reactfx' , ' 2.0-M5 ' ) {
428
+ module(' org.reactfx:reactfx ' , ' org.reactfx.reactfx' ) {
429
429
exports(' org.reactfx' )
430
430
exports(' org.reactfx.value' )
431
431
exports(' org.reactfx.collection' )
@@ -434,40 +434,42 @@ extraJavaModuleInfo {
434
434
requires(' javafx.graphics' )
435
435
requires(' javafx.controls' )
436
436
}
437
- module(' rxjavafx-2.2.2.jar ' , ' io.reactivex.rxjava2fx' , ' 2.2.2 ' ) {
437
+ module(' io.reactivex.rxjava2:rxjavafx ' , ' io.reactivex.rxjava2fx' ) {
438
438
exports(' io.reactivex.rxjavafx.schedulers' )
439
439
requires(' io.reactivex.rxjava2' )
440
440
requires(' javafx.graphics' )
441
441
}
442
- module(' flyway-core-9.1.3.jar ' , ' org.flywaydb.core' , ' 9.1.3 ' ) {
442
+ module(' org.flywaydb: flyway-core' , ' org.flywaydb.core' ) {
443
443
exports(' org.flywaydb.core' )
444
444
exports(' org.flywaydb.core.api' )
445
445
exports(' org.flywaydb.core.api.exception' )
446
446
exports(' org.flywaydb.core.api.configuration' )
447
447
uses(' org.flywaydb.core.extensibility.Plugin' )
448
448
requires(' java.sql' )
449
449
}
450
- module(' wellbehavedfx-0.3.3.jar ' , ' org.fxmisc.wellbehaved' , ' 0.3.3 ' ) {
450
+ module(' org.fxmisc.wellbehaved:wellbehavedfx ' , ' org.fxmisc.wellbehaved ' ) {
451
451
requires(' javafx.base' )
452
452
requires(' javafx.graphics' )
453
453
}
454
- module(' jai-imageio-core-1.4.0.jar' , ' com.github.jai.imageio.jai.imageio.core' , ' 1.4.0' )
455
- module(' cbor-0.9.jar' , ' co.nstant.in.cbor' , ' 0.9' ) {
454
+ module(' com.github.jai-imageio:jai-imageio-core' , ' com.github.jai.imageio.jai.imageio.core' ) {
455
+ requires(' java.desktop' )
456
+ }
457
+ module(' co.nstant.in:cbor' , ' co.nstant.in.cbor' ) {
456
458
exports(' co.nstant.in.cbor' )
457
459
exports(' co.nstant.in.cbor.model' )
458
460
exports(' co.nstant.in.cbor.builder' )
459
461
}
460
- module(' streamsupport-1.7.0.jar ' , ' net.sourceforge.streamsupport' , ' 1.7.0 ' ) {
462
+ module(' net.sourceforge.streamsupport:streamsupport ' , ' net.sourceforge.streamsupport ' ) {
461
463
requires(' jdk.unsupported' )
462
464
exports(' java8.util' )
463
465
exports(' java8.util.function' )
464
466
exports(' java8.util.stream' )
465
467
}
466
- module(' thumbnailator-0.4.18.jar ' , ' net.coobird. thumbnailator' , ' 0.4.18 ' ) {
468
+ module(' net.coobird: thumbnailator' , ' net.coobird.thumbnailator ' ) {
467
469
exports(' net.coobird.thumbnailator' )
468
470
requires(' java.desktop' )
469
471
}
470
- module(" kmp-tor-jvm- ${ vKmpTor } .jar " , ' kmp.tor.jvm' , " ${ vTor } - ${ vKmpTor } " ) {
472
+ module(" io.matthewnelson.kotlin-components: kmp-tor-jvm" , ' kmp.tor.jvm' ) {
471
473
exports(' io.matthewnelson.kmp.tor' )
472
474
requires(' kmp.tor.binary.extract.jvm' )
473
475
requires(' kmp.tor.manager.jvm' )
@@ -478,24 +480,24 @@ extraJavaModuleInfo {
478
480
requires(' java.management' )
479
481
}
480
482
if (kmpOs == " linux" && kmpArch == " arm64" ) {
481
- module(" kmp-tor-binary-${ kmpOs}${ kmpArch} -jvm- ${ vTor } .jar " , " kmp.tor.binary.${ kmpOs}${ kmpArch} " , " ${ vTor } " ) {
483
+ module(" io.matthewnelson.kotlin-components: kmp-tor-binary-${ kmpOs}${ kmpArch} -jvm" , " kmp.tor.binary.${ kmpOs}${ kmpArch} " ) {
482
484
exports(" io.matthewnelson.kmp.tor.resource.${ kmpOs} .${ kmpArch} " )
483
485
exports(" kmptor.${ kmpOs} .${ kmpArch} " )
484
486
}
485
487
} else {
486
- module(" kmp-tor-binary-${ kmpOs}${ kmpArch} -jvm- ${ vTor } .jar " , " kmp.tor.binary.${ kmpOs}${ kmpArch} " , " ${ vTor } " ) {
488
+ module(" io.matthewnelson.kotlin-components: kmp-tor-binary-${ kmpOs}${ kmpArch} -jvm" , " kmp.tor.binary.${ kmpOs}${ kmpArch} " ) {
487
489
exports(" io.matthewnelson.kmp.tor.binary.${ kmpOs} .${ kmpArch} " )
488
490
exports(" kmptor.${ kmpOs} .${ kmpArch} " )
489
491
}
490
492
}
491
- module(" kmp-tor-binary-extract-jvm- ${ vTor } .jar " , ' kmp.tor.binary.extract.jvm' , " ${ vTor } " ) {
493
+ module(" io.matthewnelson.kotlin-components: kmp-tor-binary-extract-jvm" , ' kmp.tor.binary.extract.jvm' ) {
492
494
exports(' io.matthewnelson.kmp.tor.binary.extract' )
493
495
exports(' io.matthewnelson.kmp.tor.binary.extract.internal' )
494
496
requires(' kotlin.stdlib' )
495
497
requires(" kmp.tor.binary.${ kmpOs}${ kmpArch} " )
496
498
requires(' kmp.tor.binary.geoip.jvm' )
497
499
}
498
- module(" kmp-tor-manager-jvm- ${ vKmpTor } .jar " , ' kmp.tor.manager.jvm' , " ${ vKmpTor } " ) {
500
+ module(" io.matthewnelson.kotlin-components: kmp-tor-manager-jvm" , ' kmp.tor.manager.jvm' ) {
499
501
exports(' io.matthewnelson.kmp.tor.manager' )
500
502
exports(' io.matthewnelson.kmp.tor.manager.util' )
501
503
requires(' kmp.tor.controller.common.jvm' )
@@ -506,15 +508,15 @@ extraJavaModuleInfo {
506
508
requires(' kmp.tor.controller.jvm' )
507
509
requires(' kmp.tor.common.jvm' )
508
510
}
509
- module(" kmp-tor-manager-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.manager.common.jvm' , " ${ vKmpTor } " ) {
511
+ module(" io.matthewnelson.kotlin-components: kmp-tor-manager-common-jvm" , ' kmp.tor.manager.common.jvm' ) {
510
512
exports(' io.matthewnelson.kmp.tor.manager.common' )
511
513
exports(' io.matthewnelson.kmp.tor.manager.common.event' )
512
514
exports(' io.matthewnelson.kmp.tor.manager.common.state' )
513
515
requires(' kmp.tor.controller.common.jvm' )
514
516
requires(' kmp.tor.common.jvm' )
515
517
requires(' kotlin.stdlib' )
516
518
}
517
- module(" kmp-tor-controller-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.controller.common.jvm' , " ${ vKmpTor } " ) {
519
+ module(" io.matthewnelson.kotlin-components: kmp-tor-controller-common-jvm" , ' kmp.tor.controller.common.jvm' ) {
518
520
exports(' io.matthewnelson.kmp.tor.controller.common.config' )
519
521
exports(' io.matthewnelson.kmp.tor.controller.common.file' )
520
522
exports(' io.matthewnelson.kmp.tor.controller.common.control' )
@@ -525,12 +527,12 @@ extraJavaModuleInfo {
525
527
requires(' kotlin.stdlib' )
526
528
requires(' kotlinx.atomicfu' )
527
529
}
528
- module(" kmp-tor-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.common.jvm' , " ${ vKmpTor } " ) {
530
+ module(" io.matthewnelson.kotlin-components: kmp-tor-common-jvm" , ' kmp.tor.common.jvm' ) {
529
531
exports(' io.matthewnelson.kmp.tor.common.address' )
530
532
requires(' parcelize.jvm' )
531
533
requires(' kotlin.stdlib' )
532
534
}
533
- module(" kmp-tor-controller-jvm- ${ vKmpTor } .jar " , ' kmp.tor.controller.jvm' , " ${ vKmpTor } " ) {
535
+ module(" io.matthewnelson.kotlin-components: kmp-tor-controller-jvm" , ' kmp.tor.controller.jvm' ) {
534
536
exports(' io.matthewnelson.kmp.tor.controller.internal.controller' )
535
537
requires(' kmp.tor.common.jvm' )
536
538
requires(' kmp.tor.controller.common.jvm' )
@@ -540,10 +542,10 @@ extraJavaModuleInfo {
540
542
requires(' encoding.core.jvm' )
541
543
requires(' encoding.base16.jvm' )
542
544
}
543
- module(" kmp-tor-ext-callback-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.ext.callback.common.jvm' , " ${ vKmpTor } " ) {
545
+ module(" io.matthewnelson.kotlin-components: kmp-tor-ext-callback-common-jvm" , ' kmp.tor.ext.callback.common.jvm' ) {
544
546
exports(' io.matthewnelson.kmp.tor.ext.callback.common' )
545
547
}
546
- module(" kmp-tor-ext-callback-manager-jvm- ${ vKmpTor } .jar " , ' kmp.tor.ext.callback.manager.jvm' , " ${ vKmpTor } " ) {
548
+ module(" io.matthewnelson.kotlin-components: kmp-tor-ext-callback-manager-jvm" , ' kmp.tor.ext.callback.manager.jvm' ) {
547
549
exports(' io.matthewnelson.kmp.tor.ext.callback.manager' )
548
550
requires(' kmp.tor.manager.jvm' )
549
551
requires(' kmp.tor.ext.callback.common.jvm' )
@@ -554,15 +556,15 @@ extraJavaModuleInfo {
554
556
requires(' kotlin.stdlib' )
555
557
requires(' kotlinx.coroutines.core' )
556
558
}
557
- module(" kmp-tor-ext-callback-manager-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.ext.callback.manager.common.jvm' , " ${ vKmpTor } " ) {
559
+ module(" io.matthewnelson.kotlin-components: kmp-tor-ext-callback-manager-common-jvm" , ' kmp.tor.ext.callback.manager.common.jvm' ) {
558
560
exports(' io.matthewnelson.kmp.tor.ext.callback.manager.common' )
559
561
requires(' kmp.tor.ext.callback.controller.common.jvm' )
560
562
}
561
- module(" kmp-tor-ext-callback-controller-common-jvm- ${ vKmpTor } .jar " , ' kmp.tor.ext.callback.controller.common.jvm' , " ${ vKmpTor } " ) {
563
+ module(" io.matthewnelson.kotlin-components: kmp-tor-ext-callback-controller-common-jvm" , ' kmp.tor.ext.callback.controller.common.jvm' ) {
562
564
exports(' io.matthewnelson.kmp.tor.ext.callback.controller.common.control' )
563
565
exports(' io.matthewnelson.kmp.tor.ext.callback.controller.common.control.usecase' )
564
566
}
565
- module(" kmp-tor-binary-geoip-jvm- ${ vTor } .jar " , ' kmp.tor.binary.geoip.jvm' , " ${ vTor } " ) {
567
+ module(" io.matthewnelson.kotlin-components: kmp-tor-binary-geoip-jvm" , ' kmp.tor.binary.geoip.jvm' ) {
566
568
exports(' io.matthewnelson.kmp.tor.binary.geoip' )
567
569
exports(' kmptor' )
568
570
}
@@ -580,10 +582,10 @@ extraJavaModuleInfo {
580
582
module(" parcelize-jvm-0.1.2.jar" , ' parcelize.jvm' , " 0.1.2" ) {
581
583
exports(' io.matthewnelson.component.parcelize' )
582
584
}
583
- module(' jcommander-2.0.jar ' , ' org.jcommander' , ' 2.0 ' ) {
585
+ module(' org.jcommander:jcommander ' , ' org.jcommander ' ) {
584
586
exports(' com.beust.jcommander' )
585
587
}
586
- module(' jzlib-1.1.3.jar ' , ' com.jcraft. jzlib' , ' 1.1.3 ' ) {
588
+ module(' com.jcraft: jzlib' , ' com.jcraft.jzlib ' ) {
587
589
exports(' com.jcraft.jzlib' )
588
590
}
589
591
}
0 commit comments