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