GroupId | GroupIdcom.yahoo.bullet |
---|---|
ArtifactId | ArtifactIdbullet-dsl |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
bullet-dsl-1.2.0.pom | |
bullet-dsl-1.2.0.jar | 48 KB |
bullet-dsl-1.2.0-sources.jar | 71 KB |
bullet-dsl-1.2.0-javadoc.jar | 140 KB |
bullet-dsl-1.2.0-fat.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-dsl/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-dsl</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-dsl/
implementation 'com.yahoo.bullet:bullet-dsl:1.2.0'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-dsl/
implementation ("com.yahoo.bullet:bullet-dsl:1.2.0")
'com.yahoo.bullet:bullet-dsl:jar:1.2.0'
<dependency org="com.yahoo.bullet" name="bullet-dsl" rev="1.2.0">
<artifact name="bullet-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-dsl', version='1.2.0')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-dsl" % "1.2.0"
[com.yahoo.bullet/bullet-dsl "1.2.0"]