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