GroupId | GroupIdcom.github.srec |
---|---|
ArtifactId | ArtifactIdsrec-examples |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
srec-examples-0.1.0.pom | |
srec-examples-0.1.0.jar | 3 KB |
srec-examples-0.1.0-tests.jar | 2 KB |
srec-examples-0.1.0-sources.jar | 1 KB |
srec-examples-0.1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.srec/srec-examples/ -->
<dependency>
<groupId>com.github.srec</groupId>
<artifactId>srec-examples</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.srec/srec-examples/
implementation 'com.github.srec:srec-examples:0.1.0'
// https://jarcasting.com/artifacts/com.github.srec/srec-examples/
implementation ("com.github.srec:srec-examples:0.1.0")
'com.github.srec:srec-examples:jar:0.1.0'
<dependency org="com.github.srec" name="srec-examples" rev="0.1.0">
<artifact name="srec-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.srec', module='srec-examples', version='0.1.0')
)
libraryDependencies += "com.github.srec" % "srec-examples" % "0.1.0"
[com.github.srec/srec-examples "0.1.0"]