| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ricksbrown |
| ArtifactId | ArtifactIdcowjar-extra |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCowfiles from https://github.com/bkendzior/cowfiles
|
| Filename | Size |
|---|---|
| cowjar-extra-1.1.0.pom | |
| cowjar-extra-1.1.0.jar | 23 KB |
| cowjar-extra-1.1.0-sources.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ricksbrown/cowjar-extra/ -->
<dependency>
<groupId>com.github.ricksbrown</groupId>
<artifactId>cowjar-extra</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ricksbrown/cowjar-extra/
implementation 'com.github.ricksbrown:cowjar-extra:1.1.0'
// https://jarcasting.com/artifacts/com.github.ricksbrown/cowjar-extra/
implementation ("com.github.ricksbrown:cowjar-extra:1.1.0")
'com.github.ricksbrown:cowjar-extra:jar:1.1.0'
<dependency org="com.github.ricksbrown" name="cowjar-extra" rev="1.1.0">
<artifact name="cowjar-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ricksbrown', module='cowjar-extra', version='1.1.0')
)
libraryDependencies += "com.github.ricksbrown" % "cowjar-extra" % "1.1.0"
[com.github.ricksbrown/cowjar-extra "1.1.0"]