Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.web |
ArtifactId | ArtifactIdofficejwt_authority |
Version | Version3.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.officefloor.web/officejwt_authority/ -->
<dependency>
<groupId>net.officefloor.web</groupId>
<artifactId>officejwt_authority</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.web/officejwt_authority/
implementation 'net.officefloor.web:officejwt_authority:3.9.0'
// https://jarcasting.com/artifacts/net.officefloor.web/officejwt_authority/
implementation ("net.officefloor.web:officejwt_authority:3.9.0")
'net.officefloor.web:officejwt_authority:jar:3.9.0'
<dependency org="net.officefloor.web" name="officejwt_authority" rev="3.9.0">
<artifact name="officejwt_authority" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.web', module='officejwt_authority', version='3.9.0')
)
libraryDependencies += "net.officefloor.web" % "officejwt_authority" % "3.9.0"
[net.officefloor.web/officejwt_authority "3.9.0"]