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