Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.aitusoftware |
ArtifactId | ArtifactIdaether-net |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
aether-net-0.2.0.pom | |
aether-net-0.2.0.zip | 1 KB |
aether-net-0.2.0-sources.jar | 10 KB |
aether-net-0.2.0-javadoc.jar | 385 KB |
aether-net-0.2.0-all.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aitusoftware/aether-net/ -->
<dependency>
<groupId>com.aitusoftware</groupId>
<artifactId>aether-net</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aitusoftware/aether-net/
implementation 'com.aitusoftware:aether-net:0.2.0'
// https://jarcasting.com/artifacts/com.aitusoftware/aether-net/
implementation ("com.aitusoftware:aether-net:0.2.0")
'com.aitusoftware:aether-net:pom:0.2.0'
<dependency org="com.aitusoftware" name="aether-net" rev="0.2.0">
<artifact name="aether-net" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aitusoftware', module='aether-net', version='0.2.0')
)
libraryDependencies += "com.aitusoftware" % "aether-net" % "0.2.0"
[com.aitusoftware/aether-net "0.2.0"]