GroupId | GroupIdcom.rainingsince |
---|---|
ArtifactId | ArtifactIdrainingsince-framework-core |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
rainingsince-framework-core-0.0.6.pom | 777 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rainingsince/rainingsince-framework-core/ -->
<dependency>
<groupId>com.rainingsince</groupId>
<artifactId>rainingsince-framework-core</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rainingsince/rainingsince-framework-core/
implementation 'com.rainingsince:rainingsince-framework-core:0.0.6'
// https://jarcasting.com/artifacts/com.rainingsince/rainingsince-framework-core/
implementation ("com.rainingsince:rainingsince-framework-core:0.0.6")
'com.rainingsince:rainingsince-framework-core:pom:0.0.6'
<dependency org="com.rainingsince" name="rainingsince-framework-core" rev="0.0.6">
<artifact name="rainingsince-framework-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rainingsince', module='rainingsince-framework-core', version='0.0.6')
)
libraryDependencies += "com.rainingsince" % "rainingsince-framework-core" % "0.0.6"
[com.rainingsince/rainingsince-framework-core "0.0.6"]