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