License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.drombler.commons |
ArtifactId | ArtifactIddrombler-commons-client |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionDrombler Commons - Client
Drombler Commons - Client is a collection of reusable libraries and frameworks for client side development
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drombler-commons-client-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-client/ -->
<dependency>
<groupId>org.drombler.commons</groupId>
<artifactId>drombler-commons-client</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-client/
implementation 'org.drombler.commons:drombler-commons-client:1.0'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-client/
implementation ("org.drombler.commons:drombler-commons-client:1.0")
'org.drombler.commons:drombler-commons-client:pom:1.0'
<dependency org="org.drombler.commons" name="drombler-commons-client" rev="1.0">
<artifact name="drombler-commons-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-client', version='1.0')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-client" % "1.0"
[org.drombler.commons/drombler-commons-client "1.0"]