| License |
License |
|---|---|
| GroupId | GroupIdcom.github.davidhoyt |
| ArtifactId | ArtifactIdjcommon |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjcommon
Java library for simple common utilities.
|
| Filename | Size |
|---|---|
| jcommon-1.0.pom | |
| jcommon-1.0.jar | 134 KB |
| jcommon-1.0-sources.jar | 86 KB |
| jcommon-1.0-javadoc.jar | 542 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidhoyt/jcommon/ -->
<dependency>
<groupId>com.github.davidhoyt</groupId>
<artifactId>jcommon</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidhoyt/jcommon/
implementation 'com.github.davidhoyt:jcommon:1.0'
// https://jarcasting.com/artifacts/com.github.davidhoyt/jcommon/
implementation ("com.github.davidhoyt:jcommon:1.0")
'com.github.davidhoyt:jcommon:jar:1.0'
<dependency org="com.github.davidhoyt" name="jcommon" rev="1.0">
<artifact name="jcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidhoyt', module='jcommon', version='1.0')
)
libraryDependencies += "com.github.davidhoyt" % "jcommon" % "1.0"
[com.github.davidhoyt/jcommon "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 3.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |