| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alexwibowo |
| ArtifactId | ArtifactIdshout |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| shout-1.1.pom | |
| shout-1.1.jar | 5 KB |
| shout-1.1-sources.jar | 1 KB |
| shout-1.1-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexwibowo/shout/ -->
<dependency>
<groupId>com.github.alexwibowo</groupId>
<artifactId>shout</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexwibowo/shout/
implementation 'com.github.alexwibowo:shout:1.1'
// https://jarcasting.com/artifacts/com.github.alexwibowo/shout/
implementation ("com.github.alexwibowo:shout:1.1")
'com.github.alexwibowo:shout:jar:1.1'
<dependency org="com.github.alexwibowo" name="shout" rev="1.1">
<artifact name="shout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexwibowo', module='shout', version='1.1')
)
libraryDependencies += "com.github.alexwibowo" % "shout" % "1.1"
[com.github.alexwibowo/shout "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |