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