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