Categories |
CategoriesNet Networking |
---|---|
GroupId | GroupIdcom.harium.etyl.networking |
ArtifactId | ArtifactIdcore |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.6.pom | |
core-1.1.6.jar | 75 KB |
core-1.1.6-sources.jar | 52 KB |
core-1.1.6-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.etyl.networking/core/ -->
<dependency>
<groupId>com.harium.etyl.networking</groupId>
<artifactId>core</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.etyl.networking/core/
implementation 'com.harium.etyl.networking:core:1.1.6'
// https://jarcasting.com/artifacts/com.harium.etyl.networking/core/
implementation ("com.harium.etyl.networking:core:1.1.6")
'com.harium.etyl.networking:core:jar:1.1.6'
<dependency org="com.harium.etyl.networking" name="core" rev="1.1.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.etyl.networking', module='core', version='1.1.6')
)
libraryDependencies += "com.harium.etyl.networking" % "core" % "1.1.6"
[com.harium.etyl.networking/core "1.1.6"]