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