Categories |
CategoriesNet Networking |
---|---|
GroupId | GroupIdcom.harium.etyl.networking |
ArtifactId | ArtifactIdcore |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.7.pom | |
core-1.1.7.jar | 76 KB |
core-1.1.7-sources.jar | 52 KB |
core-1.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.etyl.networking/core/
implementation 'com.harium.etyl.networking:core:1.1.7'
// https://jarcasting.com/artifacts/com.harium.etyl.networking/core/
implementation ("com.harium.etyl.networking:core:1.1.7")
'com.harium.etyl.networking:core:jar:1.1.7'
<dependency org="com.harium.etyl.networking" name="core" rev="1.1.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.etyl.networking', module='core', version='1.1.7')
)
libraryDependencies += "com.harium.etyl.networking" % "core" % "1.1.7"
[com.harium.etyl.networking/core "1.1.7"]