License |
License |
---|---|
GroupId | GroupIdcom.github.saiprasadkrishnamurthy |
ArtifactId | ArtifactIdstubble |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionstubble
Configurable app to stub restful apis without having to write any code for it.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stubble-1.0.pom | |
stubble-1.0.jar | 18 KB |
stubble-1.0-sources.jar | 9 KB |
stubble-1.0-javadoc.jar | 40 KB |
stubble-1.0-jar-with-dependencies.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/stubble/ -->
<dependency>
<groupId>com.github.saiprasadkrishnamurthy</groupId>
<artifactId>stubble</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/stubble/
implementation 'com.github.saiprasadkrishnamurthy:stubble:1.0'
// https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/stubble/
implementation ("com.github.saiprasadkrishnamurthy:stubble:1.0")
'com.github.saiprasadkrishnamurthy:stubble:jar:1.0'
<dependency org="com.github.saiprasadkrishnamurthy" name="stubble" rev="1.0">
<artifact name="stubble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saiprasadkrishnamurthy', module='stubble', version='1.0')
)
libraryDependencies += "com.github.saiprasadkrishnamurthy" % "stubble" % "1.0"
[com.github.saiprasadkrishnamurthy/stubble "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sparkjava : spark-core | jar | 2.2 |
com.sparkjava : spark-template-handlebars | jar | 2.3 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.yaml : snakeyaml | jar | 1.16 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |
args4j : args4j | jar | 2.32 |