Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.leftins |
ArtifactId | ArtifactIdtenant |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tenant-1.0.0.pom | |
tenant-1.0.0.jar | 19 KB |
tenant-1.0.0-sources.jar | 8 KB |
tenant-1.0.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.leftins/tenant/ -->
<dependency>
<groupId>com.leftins</groupId>
<artifactId>tenant</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.leftins/tenant/
implementation 'com.leftins:tenant:1.0.0'
// https://jarcasting.com/artifacts/com.leftins/tenant/
implementation ("com.leftins:tenant:1.0.0")
'com.leftins:tenant:jar:1.0.0'
<dependency org="com.leftins" name="tenant" rev="1.0.0">
<artifact name="tenant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.leftins', module='tenant', version='1.0.0')
)
libraryDependencies += "com.leftins" % "tenant" % "1.0.0"
[com.leftins/tenant "1.0.0"]