smartcosmos-dao-things
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-dao-things</artifactId>
<version>3.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
SMART COSMOS DAO for Thing Entities
Copyright (C) 2016 SMARTRAC TECHNOLOGY Fletcher, Inc.
267 Cane Creek Rd, Fletcher, NC, 28732, USA
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-build</artifactId>
<version>3.1.2</version>
<relativePath></relativePath>
</parent>
<artifactId>smartcosmos-dao-things</artifactId>
<version>3.0.2</version>
<name>SMART COSMOS DAO for Thing Entities</name>
<description>DAO interfaces and DTO necessary to properly implement a Thing RDAO.</description>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:ssh://git@github.com/SMARTRACTECHNOLOGY/smartcosmos-dao-things.git</connection>
<developerConnection>scm:git:ssh://git@github.com/SMARTRACTECHNOLOGY/smartcosmos-dao-things.git</developerConnection>
<url>https://github.com/SMARTRACTECHNOLOGY/smartcosmos-dao-things/tree/master/</url>
<tag>v3.0.2</tag>
</scm>
</project>