GroupId | GroupIdcom.github.jochenw.qse |
---|---|
ArtifactId | ArtifactIdqse-is-core |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
qse-is-core-0.2.1.pom | |
qse-is-core-0.2.1.jar | 214 KB |
qse-is-core-0.2.1-sources.jar | 82 KB |
qse-is-core-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jochenw.qse/qse-is-core/
implementation 'com.github.jochenw.qse:qse-is-core:0.2.1'
// https://jarcasting.com/artifacts/com.github.jochenw.qse/qse-is-core/
implementation ("com.github.jochenw.qse:qse-is-core:0.2.1")
'com.github.jochenw.qse:qse-is-core:jar:0.2.1'
<dependency org="com.github.jochenw.qse" name="qse-is-core" rev="0.2.1">
<artifact name="qse-is-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jochenw.qse', module='qse-is-core', version='0.2.1')
)
libraryDependencies += "com.github.jochenw.qse" % "qse-is-core" % "0.2.1"
[com.github.jochenw.qse/qse-is-core "0.2.1"]