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