License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.sps.junidecode |
ArtifactId | ArtifactIdjunidecode |
Version | Version0.3 |
Type | Typejar |
Description |
Descriptionjunidecode
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junidecode-0.3.pom | |
junidecode-0.3.jar | 385 KB |
junidecode-0.3-sources.jar | 311 KB |
junidecode-0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sps.junidecode/junidecode/ -->
<dependency>
<groupId>com.github.sps.junidecode</groupId>
<artifactId>junidecode</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sps.junidecode/junidecode/
implementation 'com.github.sps.junidecode:junidecode:0.3'
// https://jarcasting.com/artifacts/com.github.sps.junidecode/junidecode/
implementation ("com.github.sps.junidecode:junidecode:0.3")
'com.github.sps.junidecode:junidecode:jar:0.3'
<dependency org="com.github.sps.junidecode" name="junidecode" rev="0.3">
<artifact name="junidecode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sps.junidecode', module='junidecode', version='0.3')
)
libraryDependencies += "com.github.sps.junidecode" % "junidecode" % "0.3"
[com.github.sps.junidecode/junidecode "0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |