GroupId | GroupIdcom.github.testing-blaze |
---|---|
ArtifactId | ArtifactIdblaze-core |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
blaze-core-1.3.3.pom | |
blaze-core-1.3.3.jar | 227 KB |
blaze-core-1.3.3-sources.jar | 148 KB |
blaze-core-1.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation 'com.github.testing-blaze:blaze-core:1.3.3'
// https://jarcasting.com/artifacts/com.github.testing-blaze/blaze-core/
implementation ("com.github.testing-blaze:blaze-core:1.3.3")
'com.github.testing-blaze:blaze-core:jar:1.3.3'
<dependency org="com.github.testing-blaze" name="blaze-core" rev="1.3.3">
<artifact name="blaze-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testing-blaze', module='blaze-core', version='1.3.3')
)
libraryDependencies += "com.github.testing-blaze" % "blaze-core" % "1.3.3"
[com.github.testing-blaze/blaze-core "1.3.3"]