GroupId | GroupIdcom.nesscomputing.migratory |
---|---|
ArtifactId | ArtifactIdmigratory-core |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
migratory-core-4.0.0.pom | |
migratory-core-4.0.0.jar | 121 KB |
migratory-core-4.0.0-tests.jar | 103 KB |
migratory-core-4.0.0-test-sources.jar | 76 KB |
migratory-core-4.0.0-sources.jar | 77 KB |
migratory-core-4.0.0-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/ -->
<dependency>
<groupId>com.nesscomputing.migratory</groupId>
<artifactId>migratory-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/
implementation 'com.nesscomputing.migratory:migratory-core:4.0.0'
// https://jarcasting.com/artifacts/com.nesscomputing.migratory/migratory-core/
implementation ("com.nesscomputing.migratory:migratory-core:4.0.0")
'com.nesscomputing.migratory:migratory-core:jar:4.0.0'
<dependency org="com.nesscomputing.migratory" name="migratory-core" rev="4.0.0">
<artifact name="migratory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.migratory', module='migratory-core', version='4.0.0')
)
libraryDependencies += "com.nesscomputing.migratory" % "migratory-core" % "4.0.0"
[com.nesscomputing.migratory/migratory-core "4.0.0"]