Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.aitusoftware |
ArtifactId | ArtifactIdaether-net |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
aether-net-0.2.1.pom | |
aether-net-0.2.1.zip | 1 KB |
aether-net-0.2.1-sources.jar | 10 KB |
aether-net-0.2.1-javadoc.jar | 385 KB |
aether-net-0.2.1-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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aitusoftware/aether-net/
implementation 'com.aitusoftware:aether-net:0.2.1'
// https://jarcasting.com/artifacts/com.aitusoftware/aether-net/
implementation ("com.aitusoftware:aether-net:0.2.1")
'com.aitusoftware:aether-net:pom:0.2.1'
<dependency org="com.aitusoftware" name="aether-net" rev="0.2.1">
<artifact name="aether-net" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aitusoftware', module='aether-net', version='0.2.1')
)
libraryDependencies += "com.aitusoftware" % "aether-net" % "0.2.1"
[com.aitusoftware/aether-net "0.2.1"]