GroupId | GroupIdcom.github.testing-blaze |
---|---|
ArtifactId | ArtifactIdblaze-epic |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
blaze-epic-1.0.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-epic/ -->
<dependency>
<groupId>com.github.testing-blaze</groupId>
<artifactId>blaze-epic</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-epic/
implementation 'com.github.testing-blaze:blaze-epic:1.0.0'
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-epic/
implementation ("com.github.testing-blaze:blaze-epic:1.0.0")
'com.github.testing-blaze:blaze-epic:pom:1.0.0'
<dependency org="com.github.testing-blaze" name="blaze-epic" rev="1.0.0">
<artifact name="blaze-epic" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.testing-blaze', module='blaze-epic', version='1.0.0')
)
libraryDependencies += "com.github.testing-blaze" % "blaze-epic" % "1.0.0"
[com.github.testing-blaze/blaze-epic "1.0.0"]