GroupId | GroupIdcom.kstruct |
---|---|
ArtifactId | ArtifactIdgethostname4j |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gethostname4j-0.0.2.pom | |
gethostname4j-0.0.2.jar | 4 KB |
gethostname4j-0.0.2-sources.jar | 1 KB |
gethostname4j-0.0.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kstruct/gethostname4j/ -->
<dependency>
<groupId>com.kstruct</groupId>
<artifactId>gethostname4j</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kstruct/gethostname4j/
implementation 'com.kstruct:gethostname4j:0.0.2'
// https://jarcasting.com/artifacts/com.kstruct/gethostname4j/
implementation ("com.kstruct:gethostname4j:0.0.2")
'com.kstruct:gethostname4j:jar:0.0.2'
<dependency org="com.kstruct" name="gethostname4j" rev="0.0.2">
<artifact name="gethostname4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kstruct', module='gethostname4j', version='0.0.2')
)
libraryDependencies += "com.kstruct" % "gethostname4j" % "0.0.2"
[com.kstruct/gethostname4j "0.0.2"]