GroupId | GroupIdcom.github.thesmartenergy |
---|---|
ArtifactId | ArtifactIdrdfp |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
rdfp-1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp/ -->
<dependency>
<groupId>com.github.thesmartenergy</groupId>
<artifactId>rdfp</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp/
implementation 'com.github.thesmartenergy:rdfp:1.0'
// https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp/
implementation ("com.github.thesmartenergy:rdfp:1.0")
'com.github.thesmartenergy:rdfp:pom:1.0'
<dependency org="com.github.thesmartenergy" name="rdfp" rev="1.0">
<artifact name="rdfp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thesmartenergy', module='rdfp', version='1.0')
)
libraryDependencies += "com.github.thesmartenergy" % "rdfp" % "1.0"
[com.github.thesmartenergy/rdfp "1.0"]