Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thk-systems.commons |
ArtifactId | ArtifactIdmugwort |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
mugwort-3.3.0.pom | |
mugwort-3.3.0.jar | 37 KB |
mugwort-3.3.0-sources.jar | 28 KB |
mugwort-3.3.0-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thk-systems.commons/mugwort/ -->
<dependency>
<groupId>net.thk-systems.commons</groupId>
<artifactId>mugwort</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thk-systems.commons/mugwort/
implementation 'net.thk-systems.commons:mugwort:3.3.0'
// https://jarcasting.com/artifacts/net.thk-systems.commons/mugwort/
implementation ("net.thk-systems.commons:mugwort:3.3.0")
'net.thk-systems.commons:mugwort:jar:3.3.0'
<dependency org="net.thk-systems.commons" name="mugwort" rev="3.3.0">
<artifact name="mugwort" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thk-systems.commons', module='mugwort', version='3.3.0')
)
libraryDependencies += "net.thk-systems.commons" % "mugwort" % "3.3.0"
[net.thk-systems.commons/mugwort "3.3.0"]