Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.core |
ArtifactId | ArtifactIdstore |
Version | Version1.7.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
store-1.7.0-RC1.pom | |
store-1.7.0-RC1.jar | 17 KB |
store-1.7.0-RC1-tests.jar | 3 KB |
store-1.7.0-RC1-sources.jar | 10 KB |
store-1.7.0-RC1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/store/ -->
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>store</artifactId>
<version>1.7.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/store/
implementation 'com.buschmais.jqassistant.core:store:1.7.0-RC1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/store/
implementation ("com.buschmais.jqassistant.core:store:1.7.0-RC1")
'com.buschmais.jqassistant.core:store:jar:1.7.0-RC1'
<dependency org="com.buschmais.jqassistant.core" name="store" rev="1.7.0-RC1">
<artifact name="store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.core', module='store', version='1.7.0-RC1')
)
libraryDependencies += "com.buschmais.jqassistant.core" % "store" % "1.7.0-RC1"
[com.buschmais.jqassistant.core/store "1.7.0-RC1"]