GroupId | GroupIdcom.aitusoftware |
---|---|
ArtifactId | ArtifactIdaether |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
aether-0.2.1.pom | |
aether-0.2.1.jar | 50 KB |
aether-0.2.1-sources.jar | 33 KB |
aether-0.2.1-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aitusoftware/aether/ -->
<dependency>
<groupId>com.aitusoftware</groupId>
<artifactId>aether</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aitusoftware/aether/
implementation 'com.aitusoftware:aether:0.2.1'
// https://jarcasting.com/artifacts/com.aitusoftware/aether/
implementation ("com.aitusoftware:aether:0.2.1")
'com.aitusoftware:aether:jar:0.2.1'
<dependency org="com.aitusoftware" name="aether" rev="0.2.1">
<artifact name="aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aitusoftware', module='aether', version='0.2.1')
)
libraryDependencies += "com.aitusoftware" % "aether" % "0.2.1"
[com.aitusoftware/aether "0.2.1"]