GroupId | GroupIdio.mcarle |
---|---|
ArtifactId | ArtifactIdstrix |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
strix-1.0.0.pom | |
strix-1.0.0.jar | 15 KB |
strix-1.0.0-sources.jar | 10 KB |
strix-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mcarle/strix/ -->
<dependency>
<groupId>io.mcarle</groupId>
<artifactId>strix</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.mcarle/strix/
implementation 'io.mcarle:strix:1.0.0'
// https://jarcasting.com/artifacts/io.mcarle/strix/
implementation ("io.mcarle:strix:1.0.0")
'io.mcarle:strix:jar:1.0.0'
<dependency org="io.mcarle" name="strix" rev="1.0.0">
<artifact name="strix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mcarle', module='strix', version='1.0.0')
)
libraryDependencies += "io.mcarle" % "strix" % "1.0.0"
[io.mcarle/strix "1.0.0"]