License |
License |
---|---|
GroupId | GroupIdcom.github.srec |
ArtifactId | ArtifactIdsrec |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsrec
srec is a Java Swing record / replay tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
srec-0.1.1.pom | 11 KB |
srec-0.1.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.srec/srec/ -->
<dependency>
<groupId>com.github.srec</groupId>
<artifactId>srec</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.srec/srec/
implementation 'com.github.srec:srec:0.1.1'
// https://jarcasting.com/artifacts/com.github.srec/srec/
implementation ("com.github.srec:srec:0.1.1")
'com.github.srec:srec:jar:0.1.1'
<dependency org="com.github.srec" name="srec" rev="0.1.1">
<artifact name="srec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.srec', module='srec', version='0.1.1')
)
libraryDependencies += "com.github.srec" % "srec" % "0.1.1"
[com.github.srec/srec "0.1.1"]