GroupId | GroupIdcom.github.promregator |
---|---|
ArtifactId | ArtifactIdpromregator |
Version | Version0.7.6 |
Type | Typejar |
Filename | Size |
---|---|
promregator-0.7.6.pom | |
promregator-0.7.6.jar | 51 MB |
promregator-0.7.6-sources.jar | 95 KB |
promregator-0.7.6-javadoc.jar | 462 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.promregator/promregator/ -->
<dependency>
<groupId>com.github.promregator</groupId>
<artifactId>promregator</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.promregator/promregator/
implementation 'com.github.promregator:promregator:0.7.6'
// https://jarcasting.com/artifacts/com.github.promregator/promregator/
implementation ("com.github.promregator:promregator:0.7.6")
'com.github.promregator:promregator:jar:0.7.6'
<dependency org="com.github.promregator" name="promregator" rev="0.7.6">
<artifact name="promregator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.promregator', module='promregator', version='0.7.6')
)
libraryDependencies += "com.github.promregator" % "promregator" % "0.7.6"
[com.github.promregator/promregator "0.7.6"]