GroupId | GroupIdcom.cedarsoft.commons.history |
---|---|
ArtifactId | ArtifactIdui |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
ui-1.6.3.pom | |
ui-1.6.3.jar | 1 KB |
ui-1.6.3-tests.jar | 5 KB |
ui-1.6.3-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.history/ui/ -->
<dependency>
<groupId>com.cedarsoft.commons.history</groupId>
<artifactId>ui</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.history/ui/
implementation 'com.cedarsoft.commons.history:ui:1.6.3'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.history/ui/
implementation ("com.cedarsoft.commons.history:ui:1.6.3")
'com.cedarsoft.commons.history:ui:jar:1.6.3'
<dependency org="com.cedarsoft.commons.history" name="ui" rev="1.6.3">
<artifact name="ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.history', module='ui', version='1.6.3')
)
libraryDependencies += "com.cedarsoft.commons.history" % "ui" % "1.6.3"
[com.cedarsoft.commons.history/ui "1.6.3"]