Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.linkare |
ArtifactId | ArtifactIdjpa.security |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jpa.security-1.0.1.pom | |
jpa.security-1.0.1.jar | 24 KB |
jpa.security-1.0.1-sources.jar | 14 KB |
jpa.security-1.0.1-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkare/jpa.security/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>jpa.security</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/jpa.security/
implementation 'com.linkare:jpa.security:1.0.1'
// https://jarcasting.com/artifacts/com.linkare/jpa.security/
implementation ("com.linkare:jpa.security:1.0.1")
'com.linkare:jpa.security:jar:1.0.1'
<dependency org="com.linkare" name="jpa.security" rev="1.0.1">
<artifact name="jpa.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='jpa.security', version='1.0.1')
)
libraryDependencies += "com.linkare" % "jpa.security" % "1.0.1"
[com.linkare/jpa.security "1.0.1"]