is not current version
Last Version 1.1.2

com.github.fommil.netlib:core 1.1


Categories

Categories

Net
GroupId

GroupId

com.github.fommil.netlib
ArtifactId

ArtifactId

core
Version

Version

1.1
Type

Type

jar

Download core 1.1


<!-- https://jarcasting.com/artifacts/com.github.fommil.netlib/core/ -->
<dependency>
    <groupId>com.github.fommil.netlib</groupId>
    <artifactId>core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil.netlib/core/
implementation 'com.github.fommil.netlib:core:1.1'
// https://jarcasting.com/artifacts/com.github.fommil.netlib/core/
implementation ("com.github.fommil.netlib:core:1.1")
'com.github.fommil.netlib:core:jar:1.1'
<dependency org="com.github.fommil.netlib" name="core" rev="1.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil.netlib', module='core', version='1.1')
)
libraryDependencies += "com.github.fommil.netlib" % "core" % "1.1"
[com.github.fommil.netlib/core "1.1"]