Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.example |
ArtifactId | ArtifactIdServletFilterWebApplication |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/net.officefloor.example/ServletFilterWebApplication/ -->
<dependency>
<groupId>net.officefloor.example</groupId>
<artifactId>ServletFilterWebApplication</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.example/ServletFilterWebApplication/
implementation 'net.officefloor.example:ServletFilterWebApplication:1.0.1'
// https://jarcasting.com/artifacts/net.officefloor.example/ServletFilterWebApplication/
implementation ("net.officefloor.example:ServletFilterWebApplication:1.0.1")
'net.officefloor.example:ServletFilterWebApplication:war:1.0.1'
<dependency org="net.officefloor.example" name="ServletFilterWebApplication" rev="1.0.1">
<artifact name="ServletFilterWebApplication" type="war" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.example', module='ServletFilterWebApplication', version='1.0.1')
)
libraryDependencies += "net.officefloor.example" % "ServletFilterWebApplication" % "1.0.1"
[net.officefloor.example/ServletFilterWebApplication "1.0.1"]