Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.935237604 |
ArtifactId | ArtifactIdnet |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
net-1.2.pom | |
net-1.2.jar | 21 KB |
net-1.2-sources.jar | 12 KB |
net-1.2-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.935237604/net/ -->
<dependency>
<groupId>com.github.935237604</groupId>
<artifactId>net</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.935237604/net/
implementation 'com.github.935237604:net:1.2'
// https://jarcasting.com/artifacts/com.github.935237604/net/
implementation ("com.github.935237604:net:1.2")
'com.github.935237604:net:jar:1.2'
<dependency org="com.github.935237604" name="net" rev="1.2">
<artifact name="net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.935237604', module='net', version='1.2')
)
libraryDependencies += "com.github.935237604" % "net" % "1.2"
[com.github.935237604/net "1.2"]