GroupId | GroupIdus.careydevelopment.model.api |
---|---|
ArtifactId | ArtifactIdapi-flyweights |
Version | Version1.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/us.careydevelopment.model.api/api-flyweights/ -->
<dependency>
<groupId>us.careydevelopment.model.api</groupId>
<artifactId>api-flyweights</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.model.api/api-flyweights/
implementation 'us.careydevelopment.model.api:api-flyweights:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/us.careydevelopment.model.api/api-flyweights/
implementation ("us.careydevelopment.model.api:api-flyweights:1.1.0-RELEASE")
'us.careydevelopment.model.api:api-flyweights:jar:1.1.0-RELEASE'
<dependency org="us.careydevelopment.model.api" name="api-flyweights" rev="1.1.0-RELEASE">
<artifact name="api-flyweights" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.model.api', module='api-flyweights', version='1.1.0-RELEASE')
)
libraryDependencies += "us.careydevelopment.model.api" % "api-flyweights" % "1.1.0-RELEASE"
[us.careydevelopment.model.api/api-flyweights "1.1.0-RELEASE"]