Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.lwfwind.automation |
ArtifactId | ArtifactIdsmart-api-framework |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-api-framework-1.0.pom | |
smart-api-framework-1.0.jar | 130 KB |
smart-api-framework-1.0-sources.jar | 83 KB |
smart-api-framework-1.0-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/ -->
<dependency>
<groupId>com.github.lwfwind.automation</groupId>
<artifactId>smart-api-framework</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation 'com.github.lwfwind.automation:smart-api-framework:1.0'
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation ("com.github.lwfwind.automation:smart-api-framework:1.0")
'com.github.lwfwind.automation:smart-api-framework:jar:1.0'
<dependency org="com.github.lwfwind.automation" name="smart-api-framework" rev="1.0">
<artifact name="smart-api-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lwfwind.automation', module='smart-api-framework', version='1.0')
)
libraryDependencies += "com.github.lwfwind.automation" % "smart-api-framework" % "1.0"
[com.github.lwfwind.automation/smart-api-framework "1.0"]