Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.surenpi.autotest |
ArtifactId | ArtifactIdautotest.web.framework.archetype |
Version | Version2.0.0-20170706 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.web.framework.archetype/ -->
<dependency>
<groupId>com.surenpi.autotest</groupId>
<artifactId>autotest.web.framework.archetype</artifactId>
<version>2.0.0-20170706</version>
</dependency>
// https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.web.framework.archetype/
implementation 'com.surenpi.autotest:autotest.web.framework.archetype:2.0.0-20170706'
// https://jarcasting.com/artifacts/com.surenpi.autotest/autotest.web.framework.archetype/
implementation ("com.surenpi.autotest:autotest.web.framework.archetype:2.0.0-20170706")
'com.surenpi.autotest:autotest.web.framework.archetype:jar:2.0.0-20170706'
<dependency org="com.surenpi.autotest" name="autotest.web.framework.archetype" rev="2.0.0-20170706">
<artifact name="autotest.web.framework.archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.surenpi.autotest', module='autotest.web.framework.archetype', version='2.0.0-20170706')
)
libraryDependencies += "com.surenpi.autotest" % "autotest.web.framework.archetype" % "2.0.0-20170706"
[com.surenpi.autotest/autotest.web.framework.archetype "2.0.0-20170706"]