Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.blugrid |
ArtifactId | ArtifactIdblugrid-java-core-resources |
Version | Version2.0.3-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.blugrid/blugrid-java-core-resources/ -->
<dependency>
<groupId>net.blugrid</groupId>
<artifactId>blugrid-java-core-resources</artifactId>
<version>2.0.3-5</version>
</dependency>
// https://jarcasting.com/artifacts/net.blugrid/blugrid-java-core-resources/
implementation 'net.blugrid:blugrid-java-core-resources:2.0.3-5'
// https://jarcasting.com/artifacts/net.blugrid/blugrid-java-core-resources/
implementation ("net.blugrid:blugrid-java-core-resources:2.0.3-5")
'net.blugrid:blugrid-java-core-resources:jar:2.0.3-5'
<dependency org="net.blugrid" name="blugrid-java-core-resources" rev="2.0.3-5">
<artifact name="blugrid-java-core-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.blugrid', module='blugrid-java-core-resources', version='2.0.3-5')
)
libraryDependencies += "net.blugrid" % "blugrid-java-core-resources" % "2.0.3-5"
[net.blugrid/blugrid-java-core-resources "2.0.3-5"]