License |
License |
---|---|
GroupId | GroupIdde.hglabor |
ArtifactId | ArtifactIdsoupcore |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionsoupcore
SoupCore
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
soupcore-0.0.1.pom | |
soupcore-0.0.1.jar | 11 KB |
soupcore-0.0.1-sources.jar | 5 KB |
soupcore-0.0.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hglabor/soupcore/ -->
<dependency>
<groupId>de.hglabor</groupId>
<artifactId>soupcore</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.hglabor/soupcore/
implementation 'de.hglabor:soupcore:0.0.1'
// https://jarcasting.com/artifacts/de.hglabor/soupcore/
implementation ("de.hglabor:soupcore:0.0.1")
'de.hglabor:soupcore:jar:0.0.1'
<dependency org="de.hglabor" name="soupcore" rev="0.0.1">
<artifact name="soupcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hglabor', module='soupcore', version='0.0.1')
)
libraryDependencies += "de.hglabor" % "soupcore" % "0.0.1"
[de.hglabor/soupcore "0.0.1"]