Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.pojosontheweb |
ArtifactId | ArtifactIdwoko-container-auth |
Version | Version2.1 |
Type | Typewar |
Filename | Size |
---|---|
woko-container-auth-2.1.pom | |
woko-container-auth-2.1.war | 6 KB |
woko-container-auth-2.1-sources.jar | 1 KB |
woko-container-auth-2.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-container-auth/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-container-auth</artifactId>
<version>2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-container-auth/
implementation 'com.pojosontheweb:woko-container-auth:2.1'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-container-auth/
implementation ("com.pojosontheweb:woko-container-auth:2.1")
'com.pojosontheweb:woko-container-auth:war:2.1'
<dependency org="com.pojosontheweb" name="woko-container-auth" rev="2.1">
<artifact name="woko-container-auth" type="war" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-container-auth', version='2.1')
)
libraryDependencies += "com.pojosontheweb" % "woko-container-auth" % "2.1"
[com.pojosontheweb/woko-container-auth "2.1"]