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