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