Categories |
CategoriesNet Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdnet.leodb.dynamodb |
ArtifactId | ArtifactIdautoconfigure |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
autoconfigure-1.0.15.pom | |
autoconfigure-1.0.15.jar | 8 KB |
autoconfigure-1.0.15-sources.jar | 5 KB |
autoconfigure-1.0.15-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.leodb.dynamodb/autoconfigure/ -->
<dependency>
<groupId>net.leodb.dynamodb</groupId>
<artifactId>autoconfigure</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/net.leodb.dynamodb/autoconfigure/
implementation 'net.leodb.dynamodb:autoconfigure:1.0.15'
// https://jarcasting.com/artifacts/net.leodb.dynamodb/autoconfigure/
implementation ("net.leodb.dynamodb:autoconfigure:1.0.15")
'net.leodb.dynamodb:autoconfigure:jar:1.0.15'
<dependency org="net.leodb.dynamodb" name="autoconfigure" rev="1.0.15">
<artifact name="autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.leodb.dynamodb', module='autoconfigure', version='1.0.15')
)
libraryDependencies += "net.leodb.dynamodb" % "autoconfigure" % "1.0.15"
[net.leodb.dynamodb/autoconfigure "1.0.15"]