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