is not current version
Last Version 0.1.1

com.github.srec:srec 0.1.0

srec is a Java Swing record / replay tool

GroupId

GroupId

com.github.srec
ArtifactId

ArtifactId

srec
Version

Version

0.1.0
Type

Type

jar

Download srec 0.1.0

Filename Size
srec-0.1.0.pom 10 KB
srec-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.srec/srec/
implementation 'com.github.srec:srec:0.1.0'
// https://jarcasting.com/artifacts/com.github.srec/srec/
implementation ("com.github.srec:srec:0.1.0")
'com.github.srec:srec:jar:0.1.0'
<dependency org="com.github.srec" name="srec" rev="0.1.0">
  <artifact name="srec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.srec', module='srec', version='0.1.0')
)
libraryDependencies += "com.github.srec" % "srec" % "0.1.0"
[com.github.srec/srec "0.1.0"]