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