Categories |
CategoriesCLI User Interface Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.research-virtualfortknox |
ArtifactId | ArtifactIdmsb-client-api |
Version | Version1.0.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-api/ -->
<dependency>
<groupId>com.github.research-virtualfortknox</groupId>
<artifactId>msb-client-api</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-api/
implementation 'com.github.research-virtualfortknox:msb-client-api:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.research-virtualfortknox/msb-client-api/
implementation ("com.github.research-virtualfortknox:msb-client-api:1.0.4-RELEASE")
'com.github.research-virtualfortknox:msb-client-api:jar:1.0.4-RELEASE'
<dependency org="com.github.research-virtualfortknox" name="msb-client-api" rev="1.0.4-RELEASE">
<artifact name="msb-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.research-virtualfortknox', module='msb-client-api', version='1.0.4-RELEASE')
)
libraryDependencies += "com.github.research-virtualfortknox" % "msb-client-api" % "1.0.4-RELEASE"
[com.github.research-virtualfortknox/msb-client-api "1.0.4-RELEASE"]