GroupId | GroupIdcom.github.jochenw.qse |
---|---|
ArtifactId | ArtifactIdqse-is-core |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
qse-is-core-0.2.2.pom | |
qse-is-core-0.2.2.jar | 219 KB |
qse-is-core-0.2.2-sources.jar | 84 KB |
qse-is-core-0.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jochenw.qse/qse-is-core/ -->
<dependency>
<groupId>com.github.jochenw.qse</groupId>
<artifactId>qse-is-core</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jochenw.qse/qse-is-core/
implementation 'com.github.jochenw.qse:qse-is-core:0.2.2'
// https://jarcasting.com/artifacts/com.github.jochenw.qse/qse-is-core/
implementation ("com.github.jochenw.qse:qse-is-core:0.2.2")
'com.github.jochenw.qse:qse-is-core:jar:0.2.2'
<dependency org="com.github.jochenw.qse" name="qse-is-core" rev="0.2.2">
<artifact name="qse-is-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jochenw.qse', module='qse-is-core', version='0.2.2')
)
libraryDependencies += "com.github.jochenw.qse" % "qse-is-core" % "0.2.2"
[com.github.jochenw.qse/qse-is-core "0.2.2"]