GroupId | GroupIdcom.github.testing-blaze |
---|---|
ArtifactId | ArtifactIdblaze-core |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
blaze-core-1.3.4.pom | |
blaze-core-1.3.4.jar | 227 KB |
blaze-core-1.3.4-sources.jar | 148 KB |
blaze-core-1.3.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/ -->
<dependency>
<groupId>com.github.testing-blaze</groupId>
<artifactId>blaze-core</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation 'com.github.testing-blaze:blaze-core:1.3.4'
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation ("com.github.testing-blaze:blaze-core:1.3.4")
'com.github.testing-blaze:blaze-core:jar:1.3.4'
<dependency org="com.github.testing-blaze" name="blaze-core" rev="1.3.4">
<artifact name="blaze-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testing-blaze', module='blaze-core', version='1.3.4')
)
libraryDependencies += "com.github.testing-blaze" % "blaze-core" % "1.3.4"
[com.github.testing-blaze/blaze-core "1.3.4"]