GroupId | GroupIdorg.projectodd.rephract |
---|---|
ArtifactId | ArtifactIdrephract |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
rephract-1.1.1.pom | |
rephract-1.1.1.jar | 63 KB |
rephract-1.1.1-sources.jar | 31 KB |
rephract-1.1.1-javadoc.jar | 253 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.rephract/rephract/ -->
<dependency>
<groupId>org.projectodd.rephract</groupId>
<artifactId>rephract</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.rephract/rephract/
implementation 'org.projectodd.rephract:rephract:1.1.1'
// https://jarcasting.com/artifacts/org.projectodd.rephract/rephract/
implementation ("org.projectodd.rephract:rephract:1.1.1")
'org.projectodd.rephract:rephract:jar:1.1.1'
<dependency org="org.projectodd.rephract" name="rephract" rev="1.1.1">
<artifact name="rephract" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.rephract', module='rephract', version='1.1.1')
)
libraryDependencies += "org.projectodd.rephract" % "rephract" % "1.1.1"
[org.projectodd.rephract/rephract "1.1.1"]