GroupId | GroupIdcom.yahoo.bullet |
---|---|
ArtifactId | ArtifactIdbullet-core |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
bullet-core-1.4.0.pom | |
bullet-core-1.4.0.jar | 290 KB |
bullet-core-1.4.0-tests.jar | 320 KB |
bullet-core-1.4.0-sources.jar | 191 KB |
bullet-core-1.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation 'com.yahoo.bullet:bullet-core:1.4.0'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation ("com.yahoo.bullet:bullet-core:1.4.0")
'com.yahoo.bullet:bullet-core:jar:1.4.0'
<dependency org="com.yahoo.bullet" name="bullet-core" rev="1.4.0">
<artifact name="bullet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-core', version='1.4.0')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-core" % "1.4.0"
[com.yahoo.bullet/bullet-core "1.4.0"]