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