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