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