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