Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.frogmouth.chronyjava |
ArtifactId | ArtifactIdchrony-java-parent |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
chrony-java-parent-0.6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.frogmouth.chronyjava/chrony-java-parent/ -->
<dependency>
<groupId>net.frogmouth.chronyjava</groupId>
<artifactId>chrony-java-parent</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.frogmouth.chronyjava/chrony-java-parent/
implementation 'net.frogmouth.chronyjava:chrony-java-parent:0.6'
// https://jarcasting.com/artifacts/net.frogmouth.chronyjava/chrony-java-parent/
implementation ("net.frogmouth.chronyjava:chrony-java-parent:0.6")
'net.frogmouth.chronyjava:chrony-java-parent:pom:0.6'
<dependency org="net.frogmouth.chronyjava" name="chrony-java-parent" rev="0.6">
<artifact name="chrony-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.frogmouth.chronyjava', module='chrony-java-parent', version='0.6')
)
libraryDependencies += "net.frogmouth.chronyjava" % "chrony-java-parent" % "0.6"
[net.frogmouth.chronyjava/chrony-java-parent "0.6"]