is not current version
Last Version 3.0.1

net.dohaw.corelib:CoreLib 3.0.0

A library that can assist you in just about every plugin are you developing

Categories

Categories

Net
GroupId

GroupId

net.dohaw.corelib
ArtifactId

ArtifactId

CoreLib
Version

Version

3.0.0
Type

Type

jar

Download CoreLib 3.0.0


<!-- https://jarcasting.com/artifacts/net.dohaw.corelib/CoreLib/ -->
<dependency>
    <groupId>net.dohaw.corelib</groupId>
    <artifactId>CoreLib</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dohaw.corelib/CoreLib/
implementation 'net.dohaw.corelib:CoreLib:3.0.0'
// https://jarcasting.com/artifacts/net.dohaw.corelib/CoreLib/
implementation ("net.dohaw.corelib:CoreLib:3.0.0")
'net.dohaw.corelib:CoreLib:jar:3.0.0'
<dependency org="net.dohaw.corelib" name="CoreLib" rev="3.0.0">
  <artifact name="CoreLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dohaw.corelib', module='CoreLib', version='3.0.0')
)
libraryDependencies += "net.dohaw.corelib" % "CoreLib" % "3.0.0"
[net.dohaw.corelib/CoreLib "3.0.0"]