License |
License |
---|---|
Categories |
CategoriesRealm Data Databases |
GroupId | GroupIdio.github.therealmone |
ArtifactId | ArtifactIdExamples |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava translator examples
examples how to use java translator
|
Filename | Size |
---|---|
Examples-1.1.0.pom | |
Examples-1.1.0.jar | 7 KB |
Examples-1.1.0-sources.jar | 4 KB |
Examples-1.1.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.therealmone/Examples/ -->
<dependency>
<groupId>io.github.therealmone</groupId>
<artifactId>Examples</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.therealmone/Examples/
implementation 'io.github.therealmone:Examples:1.1.0'
// https://jarcasting.com/artifacts/io.github.therealmone/Examples/
implementation ("io.github.therealmone:Examples:1.1.0")
'io.github.therealmone:Examples:jar:1.1.0'
<dependency org="io.github.therealmone" name="Examples" rev="1.1.0">
<artifact name="Examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.therealmone', module='Examples', version='1.1.0')
)
libraryDependencies += "io.github.therealmone" % "Examples" % "1.1.0"
[io.github.therealmone/Examples "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.therealmone : JavaTranslator | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |