| GroupId | GroupIdcom.github.ainoha-framework |
|---|---|
| ArtifactId | ArtifactIdainoha-core |
| Version | Version1.0.RC5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ainoha-core-1.0.RC5.pom | |
| ainoha-core-1.0.RC5.jar | 35 KB |
| ainoha-core-1.0.RC5-sources.jar | 39 KB |
| ainoha-core-1.0.RC5-javadoc.jar | 504 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/ -->
<dependency>
<groupId>com.github.ainoha-framework</groupId>
<artifactId>ainoha-core</artifactId>
<version>1.0.RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/
implementation 'com.github.ainoha-framework:ainoha-core:1.0.RC5'
// https://jarcasting.com/artifacts/com.github.ainoha-framework/ainoha-core/
implementation ("com.github.ainoha-framework:ainoha-core:1.0.RC5")
'com.github.ainoha-framework:ainoha-core:jar:1.0.RC5'
<dependency org="com.github.ainoha-framework" name="ainoha-core" rev="1.0.RC5">
<artifact name="ainoha-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ainoha-framework', module='ainoha-core', version='1.0.RC5')
)
libraryDependencies += "com.github.ainoha-framework" % "ainoha-core" % "1.0.RC5"
[com.github.ainoha-framework/ainoha-core "1.0.RC5"]