Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.obvj |
ArtifactId | ArtifactIdconfectory-core |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
confectory-core-0.4.0.pom | |
confectory-core-0.4.0.jar | 44 KB |
confectory-core-0.4.0-sources.jar | 51 KB |
confectory-core-0.4.0-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.obvj/confectory-core/ -->
<dependency>
<groupId>net.obvj</groupId>
<artifactId>confectory-core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.obvj/confectory-core/
implementation 'net.obvj:confectory-core:0.4.0'
// https://jarcasting.com/artifacts/net.obvj/confectory-core/
implementation ("net.obvj:confectory-core:0.4.0")
'net.obvj:confectory-core:jar:0.4.0'
<dependency org="net.obvj" name="confectory-core" rev="0.4.0">
<artifact name="confectory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.obvj', module='confectory-core', version='0.4.0')
)
libraryDependencies += "net.obvj" % "confectory-core" % "0.4.0"
[net.obvj/confectory-core "0.4.0"]