| License |
License |
|---|---|
| GroupId | GroupIdcom.github.obase |
| ArtifactId | ArtifactIdobase-util |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptioncom.github.obase:obase-util
Object common utilities
|
| Filename | Size |
|---|---|
| obase-util-1.2.0.pom | |
| obase-util-1.2.0.jar | 60 KB |
| obase-util-1.2.0-sources.jar | 30 KB |
| obase-util-1.2.0-javadoc.jar | 228 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.obase/obase-util/ -->
<dependency>
<groupId>com.github.obase</groupId>
<artifactId>obase-util</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obase/obase-util/
implementation 'com.github.obase:obase-util:1.2.0'
// https://jarcasting.com/artifacts/com.github.obase/obase-util/
implementation ("com.github.obase:obase-util:1.2.0")
'com.github.obase:obase-util:jar:1.2.0'
<dependency org="com.github.obase" name="obase-util" rev="1.2.0">
<artifact name="obase-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obase', module='obase-util', version='1.2.0')
)
libraryDependencies += "com.github.obase" % "obase-util" % "1.2.0"
[com.github.obase/obase-util "1.2.0"]