GroupId | GroupIdcom.yahoo.bullet |
---|---|
ArtifactId | ArtifactIdbullet-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bullet-core-1.3.0.pom | |
bullet-core-1.3.0.jar | 287 KB |
bullet-core-1.3.0-tests.jar | 315 KB |
bullet-core-1.3.0-sources.jar | 188 KB |
bullet-core-1.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation 'com.yahoo.bullet:bullet-core:1.3.0'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-core/
implementation ("com.yahoo.bullet:bullet-core:1.3.0")
'com.yahoo.bullet:bullet-core:jar:1.3.0'
<dependency org="com.yahoo.bullet" name="bullet-core" rev="1.3.0">
<artifact name="bullet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-core', version='1.3.0')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-core" % "1.3.0"
[com.yahoo.bullet/bullet-core "1.3.0"]