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