GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdlookup |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
lookup-1.1.1.pom | |
lookup-1.1.1.jar | 33 KB |
lookup-1.1.1-sources.jar | 16 KB |
lookup-1.1.1-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/lookup/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>lookup</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/lookup/
implementation 'com.cedarsoft.commons:lookup:1.1.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/lookup/
implementation ("com.cedarsoft.commons:lookup:1.1.1")
'com.cedarsoft.commons:lookup:jar:1.1.1'
<dependency org="com.cedarsoft.commons" name="lookup" rev="1.1.1">
<artifact name="lookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='lookup', version='1.1.1')
)
libraryDependencies += "com.cedarsoft.commons" % "lookup" % "1.1.1"
[com.cedarsoft.commons/lookup "1.1.1"]