| License |
License |
|---|---|
| GroupId | GroupIdcom.mytdev |
| ArtifactId | ArtifactIdmyt-commons |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionmyTCommons
A set of common Java utilities.
|
| Project Organization |
Project OrganizationmyTDev |
| Filename | Size |
|---|---|
| myt-commons-0.0.1.pom | |
| myt-commons-0.0.1.jar | 85 KB |
| myt-commons-0.0.1-sources.jar | 62 KB |
| myt-commons-0.0.1-javadoc.jar | 443 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mytdev/myt-commons/ -->
<dependency>
<groupId>com.mytdev</groupId>
<artifactId>myt-commons</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytdev/myt-commons/
implementation 'com.mytdev:myt-commons:0.0.1'
// https://jarcasting.com/artifacts/com.mytdev/myt-commons/
implementation ("com.mytdev:myt-commons:0.0.1")
'com.mytdev:myt-commons:jar:0.0.1'
<dependency org="com.mytdev" name="myt-commons" rev="0.0.1">
<artifact name="myt-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytdev', module='myt-commons', version='0.0.1')
)
libraryDependencies += "com.mytdev" % "myt-commons" % "0.0.1"
[com.mytdev/myt-commons "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.5 |