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