Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.orientechnologies.samples |
ArtifactId | ArtifactIdspring-boot-orientdb-shiro |
Version | Version0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.orientechnologies.samples/spring-boot-orientdb-shiro/ -->
<dependency>
<groupId>com.orientechnologies.samples</groupId>
<artifactId>spring-boot-orientdb-shiro</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies.samples/spring-boot-orientdb-shiro/
implementation 'com.orientechnologies.samples:spring-boot-orientdb-shiro:0.13'
// https://jarcasting.com/artifacts/com.orientechnologies.samples/spring-boot-orientdb-shiro/
implementation ("com.orientechnologies.samples:spring-boot-orientdb-shiro:0.13")
'com.orientechnologies.samples:spring-boot-orientdb-shiro:jar:0.13'
<dependency org="com.orientechnologies.samples" name="spring-boot-orientdb-shiro" rev="0.13">
<artifact name="spring-boot-orientdb-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies.samples', module='spring-boot-orientdb-shiro', version='0.13')
)
libraryDependencies += "com.orientechnologies.samples" % "spring-boot-orientdb-shiro" % "0.13"
[com.orientechnologies.samples/spring-boot-orientdb-shiro "0.13"]