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