GroupId | GroupIdcom.makeandbuild |
---|---|
ArtifactId | ArtifactIdvessl |
Version | Version1.0.51 |
Type | Typejar |
Filename | Size |
---|---|
vessl-1.0.51.pom | |
vessl-1.0.51.jar | 145 KB |
vessl-1.0.51-sources.jar | 48 KB |
vessl-1.0.51-javadoc.jar | 382 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.makeandbuild/vessl/ -->
<dependency>
<groupId>com.makeandbuild</groupId>
<artifactId>vessl</artifactId>
<version>1.0.51</version>
</dependency>
// https://jarcasting.com/artifacts/com.makeandbuild/vessl/
implementation 'com.makeandbuild:vessl:1.0.51'
// https://jarcasting.com/artifacts/com.makeandbuild/vessl/
implementation ("com.makeandbuild:vessl:1.0.51")
'com.makeandbuild:vessl:jar:1.0.51'
<dependency org="com.makeandbuild" name="vessl" rev="1.0.51">
<artifact name="vessl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.makeandbuild', module='vessl', version='1.0.51')
)
libraryDependencies += "com.makeandbuild" % "vessl" % "1.0.51"
[com.makeandbuild/vessl "1.0.51"]