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