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