- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 3,187 for project (0.06 seconds)
-
docs/en/docs/project-generation.md
# Full Stack FastAPI Template { #full-stack-fastapi-template } Templates, while typically come with a specific setup, are designed to be flexible and customizable. This allows you to modify and adapt them to your project's requirements, making them an excellent starting point. 🏁 You can use this template to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.Created: 2026-04-05 07:19 - Last Modified: 2026-03-05 18:13 - 1.9K bytes - Click Count (0) -
docs/ja/docs/project-generation.md
Sebastián Ramírez <******@****.***> 1774015637 +0100
Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 14:07 - 2.4K bytes - Click Count (0) -
docs/zh/docs/project-generation.md
Sebastián Ramírez <******@****.***> 1774026397 +0100
Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 17:06 - 1.8K bytes - Click Count (0) -
docs/ko/docs/project-generation.md
Sebastián Ramírez <******@****.***> 1774015586 +0100
Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 14:06 - 2.3K bytes - Click Count (0) -
docs/zh-hant/docs/project-generation.md
Sebastián Ramírez <******@****.***> 1774026338 +0100
Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 17:05 - 1.8K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/projects/scope/project-with-scoped-dependencies.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>maven</groupId> <artifactId>maven-project-test</artifactId> <name>Maven</name> <version>1.0-beta-9</version> <dependencies> <dependency> <groupId>maven-test</groupId>
Created: 2026-04-05 03:35 - Last Modified: 2024-10-25 12:31 - 2.7K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-file-with-project-expressions.xml
Created: 2026-04-05 03:35 - Last Modified: 2024-10-25 12:31 - 1.5K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-property-with-project-expressions.xml
<profiles> <profile> <id>property-name-project-version</id> <activation> <property> <name>${project.version}</name> </property> </activation> </profile> <profile> <id>property-value-project-version</id> <activation> <property> <name>project.version</name> <value>${project.version}</value> </property> </activation>
Created: 2026-04-05 03:35 - Last Modified: 2024-10-25 12:31 - 1.6K bytes - Click Count (0) -
.idea/codeStyles/Project.xml
<component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> <option name="IMPORT_LAYOUT_TABLE"> <value> <package name="" withSubpackages="true" static="true" /> <emptyLine /> <package name="" withSubpackages="true" static="false" /> <emptyLine />
Created: 2026-04-01 11:36 - Last Modified: 2023-07-31 14:47 - 3.4K bytes - Click Count (1) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
Path getRootDirectory(); /** * Returns project parent project, if any. * <p> * Note that the model may have a parent defined, but an empty parent * project may be returned if the parent comes from a remote repository, * as a {@code Project} must refer to a buildable project. * * @return an optional containing the parent project * @see Model#getParent() */ @Nonnull
Created: 2026-04-05 03:35 - Last Modified: 2025-11-07 13:11 - 15.3K bytes - Click Count (0)