GroupId | GroupIdorg.javersion |
---|---|
ArtifactId | ArtifactIdjaversion-core |
Version | Version0.14.0 |
Type | Typejar |
Filename | Size |
---|---|
javersion-core-0.14.0.pom | |
javersion-core-0.14.0.jar | 53 KB |
javersion-core-0.14.0-sources.jar | 25 KB |
javersion-core-0.14.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javersion/javersion-core/ -->
<dependency>
<groupId>org.javersion</groupId>
<artifactId>javersion-core</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javersion/javersion-core/
implementation 'org.javersion:javersion-core:0.14.0'
// https://jarcasting.com/artifacts/org.javersion/javersion-core/
implementation ("org.javersion:javersion-core:0.14.0")
'org.javersion:javersion-core:jar:0.14.0'
<dependency org="org.javersion" name="javersion-core" rev="0.14.0">
<artifact name="javersion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javersion', module='javersion-core', version='0.14.0')
)
libraryDependencies += "org.javersion" % "javersion-core" % "0.14.0"
[org.javersion/javersion-core "0.14.0"]