GroupId | GroupIdcom.github.nickmcdowall |
---|---|
ArtifactId | ArtifactIdyatspec |
Version | Version2020.3.10 |
Type | Typejar |
Filename | Size |
---|---|
yatspec-2020.3.10.pom | |
yatspec-2020.3.10.jar | 126 KB |
yatspec-2020.3.10-sources.jar | 67 KB |
yatspec-2020.3.10-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nickmcdowall/yatspec/ -->
<dependency>
<groupId>com.github.nickmcdowall</groupId>
<artifactId>yatspec</artifactId>
<version>2020.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nickmcdowall/yatspec/
implementation 'com.github.nickmcdowall:yatspec:2020.3.10'
// https://jarcasting.com/artifacts/com.github.nickmcdowall/yatspec/
implementation ("com.github.nickmcdowall:yatspec:2020.3.10")
'com.github.nickmcdowall:yatspec:jar:2020.3.10'
<dependency org="com.github.nickmcdowall" name="yatspec" rev="2020.3.10">
<artifact name="yatspec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nickmcdowall', module='yatspec', version='2020.3.10')
)
libraryDependencies += "com.github.nickmcdowall" % "yatspec" % "2020.3.10"
[com.github.nickmcdowall/yatspec "2020.3.10"]