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