| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.dohaw.corelib |
| ArtifactId | ArtifactIdCoreLib |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| CoreLib-3.0.0.pom | |
| CoreLib-3.0.0.jar | 43 KB |
| CoreLib-3.0.0-sources.jar | 20 KB |
| CoreLib-3.0.0-javadoc.jar | 155 KB |
| Browse |
<!-- 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"]