| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.japis |
| ArtifactId | ArtifactIdjapis |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJAPIS
Root for all JAPIS projects with most basic configurations. This project
must not depend on any other JAPIS project. Includes environment
configurations and high level reporting.
|
| Project Organization |
Project OrganizationJAPIS |
| Filename | Size |
|---|---|
| japis-1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.japis/japis/ -->
<dependency>
<groupId>com.googlecode.japis</groupId>
<artifactId>japis</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.japis/japis/
implementation 'com.googlecode.japis:japis:1.0'
// https://jarcasting.com/artifacts/com.googlecode.japis/japis/
implementation ("com.googlecode.japis:japis:1.0")
'com.googlecode.japis:japis:pom:1.0'
<dependency org="com.googlecode.japis" name="japis" rev="1.0">
<artifact name="japis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.japis', module='japis', version='1.0')
)
libraryDependencies += "com.googlecode.japis" % "japis" % "1.0"
[com.googlecode.japis/japis "1.0"]