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