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