| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.miyamoto |
| ArtifactId | ArtifactIdmiyamoto |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA lightweight yet powerful reusable Java5 Annotations Proxy
Miyamoto (in honor of Miyamoto Musashi, the Go Rin no Sho book author) is lightweight yet powerful reusable Java5 Annotations Proxy
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| miyamoto-1.0.0.pom | |
| miyamoto-1.0.0.jar | 14 KB |
| miyamoto-1.0.0-sources.jar | 8 KB |
| miyamoto-1.0.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.miyamoto/miyamoto/ -->
<dependency>
<groupId>com.googlecode.miyamoto</groupId>
<artifactId>miyamoto</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.miyamoto/miyamoto/
implementation 'com.googlecode.miyamoto:miyamoto:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.miyamoto/miyamoto/
implementation ("com.googlecode.miyamoto:miyamoto:1.0.0")
'com.googlecode.miyamoto:miyamoto:jar:1.0.0'
<dependency org="com.googlecode.miyamoto" name="miyamoto" rev="1.0.0">
<artifact name="miyamoto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.miyamoto', module='miyamoto', version='1.0.0')
)
libraryDependencies += "com.googlecode.miyamoto" % "miyamoto" % "1.0.0"
[com.googlecode.miyamoto/miyamoto "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.11 |