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