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