Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.alantea |
ArtifactId | ArtifactIdstorex |
Version | Version0.4.5 |
Type | Typejar |
Filename | Size |
---|---|
storex-0.4.5.pom | |
storex-0.4.5.jar | 59 KB |
storex-0.4.5-sources.jar | 29 KB |
storex-0.4.5-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/storex/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>storex</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/storex/
implementation 'net.alantea:storex:0.4.5'
// https://jarcasting.com/artifacts/net.alantea/storex/
implementation ("net.alantea:storex:0.4.5")
'net.alantea:storex:jar:0.4.5'
<dependency org="net.alantea" name="storex" rev="0.4.5">
<artifact name="storex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='storex', version='0.4.5')
)
libraryDependencies += "net.alantea" % "storex" % "0.4.5"
[net.alantea/storex "0.4.5"]