GroupId | GroupIdcom.github.ryanbrainard |
---|---|
ArtifactId | ArtifactIdrichsobjects |
Version | Version0.1-BETA |
Type | Typepom |
Filename | Size |
---|---|
richsobjects-0.1-BETA.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects/ -->
<dependency>
<groupId>com.github.ryanbrainard</groupId>
<artifactId>richsobjects</artifactId>
<version>0.1-BETA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects/
implementation 'com.github.ryanbrainard:richsobjects:0.1-BETA'
// https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects/
implementation ("com.github.ryanbrainard:richsobjects:0.1-BETA")
'com.github.ryanbrainard:richsobjects:pom:0.1-BETA'
<dependency org="com.github.ryanbrainard" name="richsobjects" rev="0.1-BETA">
<artifact name="richsobjects" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanbrainard', module='richsobjects', version='0.1-BETA')
)
libraryDependencies += "com.github.ryanbrainard" % "richsobjects" % "0.1-BETA"
[com.github.ryanbrainard/richsobjects "0.1-BETA"]