Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jeremybrooks |
ArtifactId | ArtifactIdjinx |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
jinx-0.8.0.pom | |
jinx-0.8.0.jar | 347 KB |
jinx-0.8.0-sources.jar | 187 KB |
jinx-0.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jeremybrooks/jinx/ -->
<dependency>
<groupId>net.jeremybrooks</groupId>
<artifactId>jinx</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation 'net.jeremybrooks:jinx:0.8.0'
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation ("net.jeremybrooks:jinx:0.8.0")
'net.jeremybrooks:jinx:jar:0.8.0'
<dependency org="net.jeremybrooks" name="jinx" rev="0.8.0">
<artifact name="jinx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jeremybrooks', module='jinx', version='0.8.0')
)
libraryDependencies += "net.jeremybrooks" % "jinx" % "0.8.0"
[net.jeremybrooks/jinx "0.8.0"]